home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / text / misc / amibugs.txt.pp / amibugs.txt
Text File  |  1994-11-17  |  60KB  |  1,144 lines

  1.  
  2.  
  3. Date: 05-29-92 (19:13)              Number: 16746 of 16765
  4.   To: ALL                           Refer#: NONE
  5. From: COLIN GOULD                     Read: (N/A)
  6. Subj: (VERY LONG!!! 60K) TROUBL     Status: PUBLIC MESSAGE
  7. Conf: U-AMIGAHW (1108)           Read Type: READING ALL (+)
  8.  
  9.   Newsgroup: comp.sys.amiga.hardware
  10.  Message-ID: <1992May27.074740.14720@leland.Stanford.EDU>
  11.     Subject: (VERY LONG!!! 60K) troubleshooting & DIY repair files
  12.  
  13. I replied a little while ago (re: Dead Amy! Help) regarding LED blinks, screen
  14. colors etc. on bootup, and included a bit of a do-it-yourself text file
  15. that listed a whole bunch of tips & tricks for amiga problems. I've gotten
  16. many requests for the files, so I decided to post them here.
  17. Note: they are VERY long! and a little old, but not too out of date.
  18. Hope I don't use too much bandwidth :-) but they should help a lot of people.
  19. I will include both files in this post.
  20.  
  21. -----------------------------------------
  22. Power-up operation summary (tests, LED blinks, screen colors)
  23. (Hans Hansen)
  24. Newsgroups: comp.sys.amiga
  25. Subject: Screen colors and other boot things
  26. Date: 16 Jul 87 01:42:24 GMT
  27.  
  28. Dark gray            Ok Hardware
  29. Light gray           Ok Software
  30. Red                  Bad ROM Checksum
  31. Green                Bad RAM
  32. Blue                 Bad Custom Chips
  33. Yellow               Exception
  34.  
  35. (INITIALIZATION FROM OS ROMS)
  36. Clear Chips
  37. Disable DMA and Interrupts
  38. Clear the Screen
  39. Check the Hardware
  40. Pass or fail the Hardware to the Screen  (BLUE|BAD) (DarkGray|OK)
  41. Checksum the ROMs
  42. Pass or fail the ROMs to the Screen    (RED|BAD) (LightGray|OK)
  43. System setup (..is finished)
  44.  
  45. Check the RAM at $C00000
  46. Move SYS_BASE to $C00000 if it exists
  47. RAM Test ; hummm.... not very good though needs to indicate hex location
  48. Pass or fail the RAM to the Screen (LED Blinks 9short 1long | GREEN | BAD)
  49. Check the Software
  50. Pass or fail the Software to the Screen  (Yellow|BAD) (LightGray|OK)
  51. Set up the RAM
  52. Link the Libraries
  53. Find External RAM and link it to the list
  54. Set up Interrupts and DMA (for boot drive especially)
  55. Start default Task
  56. Check for 68010, 68020, and 68881
  57. Check for an Exception (System Alert?)
  58. System Reset (..Let the good times roll!)
  59.  
  60.  
  61. ---------------------------------------------------------------------------
  62. ---------------------------------------------------------------------------
  63. Follows: AmiBugs.txt   Summary of symptoms & solutions to common problems
  64.    on various amiga models
  65. ---------------------------------------------------------------------------
  66. ---------------------------------------------------------------------------
  67.  
  68.                              THE FLAKE REPORT
  69.  
  70. "Flaky" (July 15, 1989) Hacker's slang as meaning:
  71.      1. Erratic and/or unpredictable behavior or experience
  72.      2. Sometimes it works; sometimes it don't
  73.      3. Primary cause of the following auditory spasms:
  74.           a. "ARGH!!!!"
  75.           b. "AH XXXX..."
  76.           c. "#@&$!"
  77.           d. "I need a career change; marketing!"
  78.  
  79. Usage: "He's getting FLAKY..."
  80. Means: "RUN! HIDE!"
  81.  
  82. A Bruce's Repair quote:
  83. "If it works; it won't."
  84.  
  85. Ok folks, I'm compiling a list of what has caused flaky operation of the
  86. Amiga computers. This is a very unpopular subject with Amiga worshippers,
  87. but it should be one to pay particular attention since it can harm any
  88. product faster than obsolescence and DOES cause untold user-hours of
  89. frustrations. Flakiness affects everyone and everything from product
  90. development to end-users and especially service. If you can add some more
  91. to this list, you can give me a call at (415) 525-6973 and ask for Bruce.
  92. I'm busy most of the week so the best time is on Sundays in the morning. If
  93. you don't mind listenning to a morning grouch call any other morning.
  94.  
  95. In particular is a problem of poorly designed, slow-to-access RAM boards.
  96. This can be especially prominent with fast expansion devices like hard
  97. drives and frame grabbers. Number one on the list of bad boards are all
  98. those RAM boards with 150 nano-second RAMs. This is the time it takes the
  99. RAM to access valid data. The smaller this number the better.
  100.  
  101. There are a lot of Amigas that need modifications. Starting with the
  102. A1000's, the daughter board needs to have its PAL chips wired together to
  103. the mother board ground and a wire to the expansion bus to the power supply
  104. ground connector. In worst cases, two of the PAL chips must be replaced
  105. with faster one's. The best source of PALs has been from Spirit
  106. Technologies. The A2000's needed to have the keyboard data and clock line
  107. capacitors removed. All the Eltek power supplies needed to be checked that
  108. a .01 MFD capacitor was installed across R65 to suppress noise and a "00"
  109. with a line through it written on the power supply label. The buffer chips
  110. U605 and U602 should be 74ALS245 and not the slower 74LS245. A 3300 ohm
  111. resistor should be installed between pin #20 and pin #11 on chip U605's
  112. address strobe. The Gary chip has been fixed to allow processor access to
  113. the KickRoms and expansion devices without needless co-processor
  114. contention. (The MOS Gary) The A500 especially needed a piece of cardboard
  115. placed behind the keyboard to prevent the keyboard from shorting to the
  116. mother board metal shielding. An authorized transistor kludge must be
  117. installed on all but the most recent A500's to clean up a signal from the
  118. Gary chip. The biggest flake generator was and still is the metal shielding
  119. on the A500. The main metal shielding had a lip just behind the internal
  120. disk drive (i.e just left of the drive as you face the computer) which does
  121. cause shorts at the end of the drive ribbon cable. The solution is to bend
  122. the lip under the shielding or to put electrical tap over the edge of the
  123. lip.
  124.  
  125. Much can be said about poorly written programs. We've all suffered as
  126. unpaid and unwilling "beta testers" from companies lacking in product
  127. quality. If it works on their machine, it does not necessarily mean that it
  128. will work on all Amigas because of hardware, software, update, and user
  129. differences. Sometimes they listen to the problems; sometimes they ignore
  130. or pacify us with promises, good-will, and just pure charm. Worst case is
  131. the buck passing. Badly written programs can go wild and corrupt our system
  132. and even ruin DOS file structures. It can be as subtle as corrupting a
  133. single bit, presently unused, to wiping out an entire system. Programs can
  134. at times work with no apparent trouble until it's discovered later in time.
  135. This can lead to blaming the wrong program or hardware as the cause of the
  136. problems. This will sound very cynical but don't believe ANY review or even
  137. this report of mine. (sigh..) Just take it with a grain of salt. Look over
  138. people's shoulders, get the dealers to demonstrate their wares, stop by a
  139. free-form users group and judge for yourself. Seek-out end-users of a
  140. product. Get to know the modem community of Amiga users. Report problems to
  141. the people responsible for the product if you think you've found a
  142. consistent problem. Unfortunately, flaky problems are not easily repeatable
  143. nor consistent, so it may be hard for them to justify their time to prove,
  144. find, and solve the problem beyond a symptom.
  145.  
  146. Static electricity, even when we don't feel or hear the "tingle", can make
  147. computer chips flaky. Always touch the power supply case before even
  148. getting close to any circuit board or chip. In the situation of the A500,
  149. touch the internal disk drive case. A lot of damage has been caused by
  150. AGNUS chip installations. CBM has packaged the computer chips without
  151. anti-static material and the retailer many times have not Xeroxed the
  152. installation instructions for the customers. Topping the list of user
  153. burn-outs is improper cable connections or installation. If you can't bet
  154. your wallet, don't do it. I'd say a fair retailer AGNUS installation charge
  155. should be around $20-$25.
  156.  
  157. Degrees of unfamiliarity with the equipment or the system can cause
  158. unpredictable results. I shutter at the thought of what I would do to my
  159. present system if I was a new user and not able to access all the books,
  160. documentation, experience, and lastly my fellow computists. An old problem
  161. with books, documentation, and advice is that a certain level of background
  162. knowledge is e